home *** CD-ROM | disk | FTP | other *** search
- 08-01-96
- Created the README.CHANGES and README.INSTALLATION files
- Placed the counter file in the User_carts subdirectory so that the
- root directory could be made 755. Changed the pruning
- routine so that the counter would not be deleted when
- carts were pruned.
- Added more informative error messages for using the open function.
- Replaced all usages of "here document printing with qq! method.
- To many people were having trouble because when they
- transferred the files using binary mode, invisible
- charactes would get stuck in the script and screw up the
- here formatting. qq! is used to change the print
- delineator from double quotes (") to bang (!). We do this
- so that double quotes within the print string will not
- need to be escaped.
- Formatted the result of the price calculations in the Output
- Delete Item Form routine using sprintf
- 08-14-96
- Added some \n's to the HTML display in order to make the outputted
- HTML more legible for debugging.
-
- 09-11-96
- At line 1058 took out the quotation marks which surrounded 3.50 +
- $cart_quantity because the script was reading that as a
- string rather than an integer value.
-